Bump com.google.devtools.ksp:symbol-processing-gradle-plugin from 2.3.6 to 2.3.7#436
Merged
OptimumCode merged 1 commit intomainfrom Apr 25, 2026
Conversation
Contributor
There was a problem hiding this comment.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark 'KMP JSON schema validator'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.
| Benchmark suite | Current: 1ba99e7 | Previous: 7fb9a63 | Ratio |
|---|---|---|---|
macosArm64.CommonAvgTimeBench.validateBasic ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) |
2597.975787804878 us/op |
1357.4237683089216 us/op |
1.91 |
macosArm64.CommonAvgTimeBench.validateBasic ( {"objectPath":"openapi-invalid.json","schemaPath":"openapi_schema.json"} ) |
2381.9397131487895 us/op |
1335.7892548913044 us/op |
1.78 |
macosArm64.CommonAvgTimeBench.validateFlag ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) |
1771.4880729591837 us/op |
823.4587872340426 us/op |
2.15 |
macosArm64.CommonAvgTimeBench.validateFlag ( {"objectPath":"openapi-invalid.json","schemaPath":"openapi_schema.json"} ) |
1.076022115001368 us/op |
0.5629206354014863 us/op |
1.91 |
macosArm64.CommonAvgTimeBench.validate ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) |
2851.8844477366256 us/op |
1539.981382276657 us/op |
1.85 |
This comment was automatically generated by workflow using github-action-benchmark.
CC: @OptimumCode
Bumps [com.google.devtools.ksp:symbol-processing-gradle-plugin](https://github.com/google/ksp) from 2.3.6 to 2.3.7. - [Release notes](https://github.com/google/ksp/releases) - [Commits](google/ksp@2.3.6...2.3.7) --- updated-dependencies: - dependency-name: com.google.devtools.ksp:symbol-processing-gradle-plugin dependency-version: 2.3.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1ba99e7 to
dbfec16
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps com.google.devtools.ksp:symbol-processing-gradle-plugin from 2.3.6 to 2.3.7.
Release notes
Sourced from com.google.devtools.ksp:symbol-processing-gradle-plugin's releases.
Commits
94f2104Move AnnotationResolutionStrategy-related files to common dir98fb4c7Add infrastructure for declaring test annotations25c30c3Update test outputcd0eb19Update AnnotationsInDependenciesProcessor output with line numbers1a7d8daFix crash inPsiResolutionStrategyfor annotations with nullable fqn (#2864)3a5f866Remove KtEntry type0b3b39eUpdate codeowners8b309d5Add more information to error messagef50f2f7Add comment on performancee142fd7Handle missing cases in CollectAnnotatedSymbolsPsiVisitor